翻訳と辞書
Words near each other
・ SeaRose FPSO
・ Sears
・ Sears "Design the 1988 Wish Book Cover" Contest
・ Sears (disambiguation)
・ Sears (Mexico)
・ Sears Building
・ Sears Canada
・ Sears Canada Bank
・ Search the Sky
・ Search theory
・ Search tree
・ Search warrant
・ Search Well
・ SEARCH, The National Consortium for Justice Information and Statistics
・ Search-based application
Search-based software engineering
・ Search-oriented architecture
・ Search.ch
・ Search/Rescue
・ Search/Retrieve via URL
・ Search/Retrieve Web Service
・ Search2retain-Health.com.au Cycling Team
・ Searchblox
・ Searchdaimon
・ Searcher
・ Searchers (search engine)
・ Searchers 2.0
・ Searches for Noah's Ark
・ Searches incident to a lawful arrest
・ SearchFox


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Search-based software engineering : ウィキペディア英語版
Search-based software engineering

Search-based software engineering (SBSE) applies metaheuristic search techniques such as genetic algorithms, simulated annealing and tabu search to software engineering problems. Many activities in software engineering can be stated as optimization problems. Optimization techniques of operations research such as linear programming or dynamic programming are mostly impractical for large scale software engineering problems because of their computational complexity. Researchers and practitioners use metaheuristic search techniques to find near-optimal or "good-enough" solutions.
SBSE problems can be divided into two types:
* black-box optimization problems, for example, assigning people to tasks (a typical combinatorial optimization problem).
* white-box problems where operations on source code need to be considered.〔

==Definition==

SBSE converts a software engineering problem into a computational search problem that can be tackled with a metaheuristic. This involves defining a search space, or the set of possible solutions. This space is typically too large to be explored exhaustively, suggesting a metaheuristic approach. A metric 〔
〕 (also called a fitness function, cost function, objective function or quality measure) is then used to measure the quality of potential solutions. Many software engineering problems can be reformulated as a computational search problem.
The term "search-based application", in contrast, refers to using search engine technology, rather than search techniques, in another industrial application.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Search-based software engineering」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.